home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / misc / rsp37_1.lha / ClickMe_to_Install < prev    next >
Encoding:
Text File  |  1994-10-23  |  805 b   |  22 lines

  1. version >nil: exec.library 37
  2. if not warn
  3.  echo "Copying executable to c: ... " noline
  4.  copy rshell-protector c:
  5.  echo "OK"
  6.  if exists s:user-startup
  7.   echo "Adding commands to user-startup ... " noline
  8.   echo >> s:user-startup ";BEGIN RSHELL-PROTECTOR"
  9.   echo >> s:user-startup "run <> NIL: rshell-protector"
  10.   echo >> s:user-startup ";END RSHELL-PROTECTOR"
  11.   echo "OK"
  12.  else
  13.   echo "Could not find s:user-startup!*nPlease edit the startup-scripts yourself."
  14.  endif
  15.  if `requestchoice Install "Create a shell-startup-file*nfor CNet BBS?" Yes No` eq 1
  16.   echo > s:CNetShell-Startup "execute s:shell-startup*nset RSHELL-PROTECTOR 1"
  17.  endif
  18.  echo "Installation complete.*nReboot your Amiga to activate the program!"
  19. else
  20.  echo "OS2.04 (V37) is required to run RShell-Protector!*nInstallation aborted."
  21. endif
  22.